Details for this torrent 


aMule-2.2.1.tar.bz2, source code, port of emule for linux
Type:
Applications > Other OS
Files:
1
Size:
4.36 MB

Tag(s):
amule src source code linux 2.2.1
Quality:
+0 / -0 (0)

Uploaded:
Aug 8, 2008
By:
steelskin



aMule-1.2.1-src This is the source code to build aMule. To build Amule on OpenSuse linux I use the commands..

./configure --prefix=/home/user/aMule --enable-amule-daemon --enable-amulecmd --enable-webserver --enable-amule-gui --with-crypto-prefix=/home/user/downloads/crptopp

make

make install


Notes.

- Prior to running the above commands you will also need to download and install crypto++.

- Change the --prefix & --with-crypto-prefix paths as required.

- If aMule fails to display a window you are possibly running on a 64 bit OS, in which case you  will need to edit the first line in the GNUmakefile (in the crypto++ source code to read ..

CXXFLAGS = -DNDEBUG -g -O2 -DCRYPTOPP_DISABLE_ASM

prior to compiling the crypto++ source code.